使用圖形化介面讓使用者更加了解目前所在的分支與倉儲狀況
參考連結http://mde.tw/wcm2019/content/%E5%AF%A6%E7%BF%92%E9%A0%85%E7%9B%AE%E4%BA%8C.html
至上方連結處下載 nodejs_with_ungit.7z
下載完成後解壓縮到隨身系統資料夾的data中
並在start.bat中加入
set USERPROFILE=%Disk%:\home
set path8=%Disk%:\nodejs;%Disk%:\nodejs\appdata\roaming\npm;
%path8%;
如下圖
之後在中空白的SciTE中輸入
ungit --launchBrowser=0 --launchCommand "C:\PROGRA~2\Google\Chrome\Application\chrome.exe %%U"
存檔至Data中並命名為kungit.bat